public static enum UHFXSAPI.Bank extends java.lang.Enum<UHFXSAPI.Bank>
| Enum Constant and Description |
|---|
Bank_EPC_BlockEPC |
Bank_EPC_BlockRESERVED |
Bank_EPC_BlockTID |
Bank_EPC_BlockUSER |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static UHFXSAPI.Bank |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UHFXSAPI.Bank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UHFXSAPI.Bank Bank_EPC_BlockRESERVED
public static final UHFXSAPI.Bank Bank_EPC_BlockEPC
public static final UHFXSAPI.Bank Bank_EPC_BlockTID
public static final UHFXSAPI.Bank Bank_EPC_BlockUSER
public static UHFXSAPI.Bank[] values()
for (UHFXSAPI.Bank c : UHFXSAPI.Bank.values()) System.out.println(c);
public static UHFXSAPI.Bank valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()